@charset "UTF-8";
a:active, a:hover {
  outline: 0
}
a {
  text-decoration: none;
  color: inherit
}
.yydg-container {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto
}
.yydg-container-fixed {
  z-index: 120;
  position: fixed;
  top: 18px;
}
.main-content {
  padding-top: 20px
}
.home-block {
  display: flex;
  align-items: flex-start
  background-color: #fff;
}
.topCard--list {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.topCard--item {
  padding: 5px 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  max-width: 860px;
  min-height: 140px;
  height: auto;
}
.yydg-container-fixed .topCard--item{
  box-shadow:0 0 3px 1px rgba(0,0,0,.1);
}
.topCard--tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3px
}
.topCard--tags a {
  color: #000;
  background-color: #fff;
  border: 0.5px solid #f4f4f4;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 2px;
  line-height: 1.4;
  padding: 5px;
  transition: background-color .5s;
  will-change: background-color
}
.topCard--tags a.hot {
  color: #fff
}
.topCard--tags a.hot, .topCard--tags a.hot:hover {
  background-color: #4370f5
}
.topCard--tags a:hover {
  border: 0.5px solid #fff;
  color: #fff;
  background-color: rgba(25, 166, 145, .9)
}
.topCard--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 8px;
  margin: 0;
  display: flex;
  align-items: center
}
.topCard--title svg {
  width: 24px;
  height: 24px;
  margin-right: 5px
}
.topCard--title span {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  margin-left: 5px;
  align-self: flex-end;
  transform: translate3d(0, -4px, 0)
}
.item-btn-list{
  height: auto;
  width: 100%;
  float: left;
}
.item-btn-content{
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  width: 740px;
  float: left;
}
.item-btns-content{
  height: auto;
}
.item-btn-content>a{
  display: block;
  float: left;
  width: auto;
  padding:6px;
  text-align: center;
}
.item-btn-left{
  width: 50px;
  height: 45px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  float: left;
}
.item-btn-right{
  font-size: 1em;
  font-weight: bold;
  color: #1abc9c;
  width: 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
}
.item-btn-right:hover{
  cursor: pointer;
}

@media(max-width:1024px) {
  .yydg-container-fixed {
    z-index: 120;
    position: relative;
    top: 18px;
   }
  .item-btn-list{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .item-btn-content{
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    width:  calc(100% - 100px);
    float: left;
  }
  .item-btns-content{
    height: auto !important;
  }
  .item-btn-content>a{
    display: block;
    float: left;
    width: auto;
    padding:6px;
    text-align: center;
  }
  .item-btn-content a:hover {
    border: 0.5px solid #fff;
    color: #fff;
    background-color: rgba(25, 166, 145, .9)
  }
}
